Instructions for configuring LWP DOS to work with Windows for WorkGroups: LWP DOS can run with Windows for WorkGroups using the Novell ODINSUP driver. The steps are provided below. 1. Install LWP DOS after installing Windows for WorkGroups. Do nothave the install program update the system files. 2. Remove the NDIS MAC driver from CONFIG.SYS. Example: REM device=c:\winwg\ne2000.dos 3. Add the ODI drivers, including ODINSUP, to AUTOEXEC.BAT or LANWP.BAT. They should be loaded before the NET START command. Example: LSL NE2000 ODINSUP TCPIP 4. Add a Protocol ODINSUP section to NET.CFG. Example: Protocol ODINSUP Bind NE2000 5. Make sure all available frame types for the given physical network type are listed under the Link Driver section of NET.CFG. Example (Ethernet): Link Driver NE2000 Frame Ethernet_II Frame Ethernet_802.3 Frame Ethernet_802.2 Frame Ethernet_SNAP Example (Token-Ring): Link Driver TOKEN Frame Token-Ring Frame Token-Ring_SNAP 6. Edit the PROTOCOL.INI file in the Windows directory. Add a new section for the ODI driver. The drivername is the ODI driver name followed by a dollar sign. The other settings are the same as in the NDIS MAC driver section. Example: [ne2000] drivername=ne2000$ interrupt=4 ioaddress=0x340 7. Change all references to the NDIS MAC driver section in PROTOCOL.INI to the newly created ODI section. Example (original statements commented out with ";"): [network.setup] version=0x3100 ;netcard=ms$ne2000,1,MS$NE2000 netcard=ne2000,1,NE2000 transport=ms$netbeui,MS$NETBEUI ;lana0=ms$ne2000,1,ms$netbeui lana0=ne2000,1,ms$netbeui [protman] DriverName=PROTMAN$ PRIORITY=MS$NETBEUI [MS$NE2000] DriverName=MS2000$ IOBASE=0x340 INTERRUPT=4 [MS$NETBEUI] DriverName=netbeui$ SESSIONS=10 NCBS=32 ;BINDINGS=MS$NE2000 BINDINGS=NE2000 LANABASE=0 8. Add the VTCPIP.386 driver to SYSTEM.INI. Example: [386enh] device=vtcpip.386 9. Replace the PROGMAN.INI and WIN.INI files with the PROGMAN.LWP and WIN.LWP files.